org.jvnet.jaxb2_commons.xml.bind.model.concrete
Class CMEnumConstantInfo<T,C>
java.lang.Object
org.jvnet.jaxb2_commons.xml.bind.model.concrete.CMEnumConstantInfo<T,C>
- All Implemented Interfaces:
- MEnumConstantInfo<T,C>, MOriginated<MEnumConstantInfoOrigin>
public class CMEnumConstantInfo<T,C>
- extends Object
- implements MEnumConstantInfo<T,C>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMEnumConstantInfo
public CMEnumConstantInfo(MEnumConstantInfoOrigin origin,
MEnumLeafInfo<T,C> enumLeafInfo,
String lexicalValue)
getOrigin
public MEnumConstantInfoOrigin getOrigin()
- Specified by:
getOrigin
in interface MOriginated<MEnumConstantInfoOrigin>
getEnumLeafInfo
public MEnumLeafInfo<T,C> getEnumLeafInfo()
getLexicalValue
public String getLexicalValue()
- Specified by:
getLexicalValue
in interface MEnumConstantInfo<T,C>
Copyright © 2005-2012. All Rights Reserved.