com.sun.msv.grammar

Interface DataOrValueExp

public interface DataOrValueExp

The common interface for {@link DataExp} and {@link ValueExp}

Author: Kohsuke KAWAGUCHI

Method Summary
StringPairgetName()
DatatypegetType()

Method Detail

getName

public StringPair getName()

getType

public Datatype getType()