Package jadex.xml
Class AttributeInfo
- java.lang.Object
- 
- jadex.xml.AttributeInfo
 
- 
 public class AttributeInfo extends java.lang.ObjectBase class for attribute infos.
- 
- 
Field SummaryFields Modifier and Type Field Description protected AccessInfoaccessinfoThe access info.static java.lang.StringCOMMENTConstant for identifying comment.static java.lang.StringCONTENTConstant for identifying content.protected IAttributeConverterconverterThe attribute converter.protected java.lang.StringidIs this attribute used as id or idref.static java.lang.StringIDThe value of this attribute is used as id.static java.lang.StringIDREFThe value of this attribute is used as idref.
 - 
Constructor SummaryConstructors Constructor Description AttributeInfo(AccessInfo accessinfo)Create a new attribute info.AttributeInfo(AccessInfo accessinfo, IAttributeConverter converter)Create a new attribute info.AttributeInfo(AccessInfo accessinfo, IAttributeConverter converter, java.lang.String id)Create a new attribute info.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessInfogetAccessInfo()Get the accessinfo.java.lang.ObjectgetAttributeIdentifier()Get the attributeidentifier.IAttributeConvertergetConverter()Get the attribute converter.java.lang.StringgetId()Get the id.QName[]getXMLAttributeNames()Get the attribute name as path.booleanisIgnoreRead()Is ignore read.booleanisIgnoreWrite()Is ignore write.
 
- 
- 
- 
Field Detail- 
CONTENTpublic static final java.lang.String CONTENT Constant for identifying content.- See Also:
- Constant Field Values
 
 - 
COMMENTpublic static final java.lang.String COMMENT Constant for identifying comment.- See Also:
- Constant Field Values
 
 - 
IDpublic static final java.lang.String ID The value of this attribute is used as id.- See Also:
- Constant Field Values
 
 - 
IDREFpublic static final java.lang.String IDREF The value of this attribute is used as idref.- See Also:
- Constant Field Values
 
 - 
accessinfoprotected AccessInfo accessinfo The access info.
 - 
converterprotected IAttributeConverter converter The attribute converter.
 - 
idprotected java.lang.String id Is this attribute used as id or idref.
 
- 
 - 
Constructor Detail- 
AttributeInfopublic AttributeInfo(AccessInfo accessinfo) Create a new attribute info.
 - 
AttributeInfopublic AttributeInfo(AccessInfo accessinfo, IAttributeConverter converter) Create a new attribute info.
 - 
AttributeInfopublic AttributeInfo(AccessInfo accessinfo, IAttributeConverter converter, java.lang.String id) Create a new attribute info.
 
- 
 - 
Method Detail- 
getAccessInfopublic AccessInfo getAccessInfo() Get the accessinfo.- Returns:
- The accessinfo.
 
 - 
getAttributeIdentifierpublic java.lang.Object getAttributeIdentifier() Get the attributeidentifier.- Returns:
- The attributeidentifier.
 
 - 
getXMLAttributeNamespublic QName[] getXMLAttributeNames() Get the attribute name as path.- Returns:
- The attribute names.
 
 - 
isIgnoreReadpublic boolean isIgnoreRead() Is ignore read.- Returns:
- True, if should be ignored when reading.
 
 - 
isIgnoreWritepublic boolean isIgnoreWrite() Is ignore write.- Returns:
- True, if should be ignored when writing.
 
 - 
getConverterpublic IAttributeConverter getConverter() Get the attribute converter.- Returns:
- The converter.
 
 - 
getIdpublic java.lang.String getId() Get the id.- Returns:
- The id.
 
 
- 
 
-