com.sun.msv.grammar

Interface DataOrValueExp

Known Implementing Classes:
DataExp, ValueExp

public interface DataOrValueExp

The common interface for DataExp and ValueExp
Author:
Kohsuke KAWAGUCHI

Method Summary

StringPair
getName()
Datatype
getType()

Method Details

getName

public StringPair getName()

getType

public Datatype getType()