Package org.graphdrawing.graphml.xmlns
Interface KeyType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KeyTypeImpl
public interface KeyType
extends org.apache.xmlbeans.XmlObject
An XML key.type(@http://graphml.graphdrawing.org/xmlns).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "default" elementGets the "attr.name" attributeGets the "attr.type" attributeGets the "default" elementgetDesc()Gets the "desc" elementgetFor()Gets the "for" attributegetId()Gets the "id" attributeGets the "yfiles.type" attributebooleanTrue if has "attr.name" attributebooleanTrue if has "attr.type" attributebooleanTrue if has "default" elementbooleanTrue if has "desc" elementbooleanisSetFor()True if has "for" attributebooleanTrue if has "yfiles.type" attributevoidsetAttrName(String attrName) Sets the "attr.name" attributevoidsetAttrType(KeyTypeType.Enum attrType) Sets the "attr.type" attributevoidsetDefault(DefaultType xdefault) Sets the "default" elementvoidSets the "desc" elementvoidsetFor(KeyForType.Enum xfor) Sets the "for" attributevoidSets the "id" attributevoidsetYfilesType(String yfilesType) Sets the "yfiles.type" attributevoidUnsets the "attr.name" attributevoidUnsets the "attr.type" attributevoidUnsets the "default" elementvoidUnsets the "desc" elementvoidunsetFor()Unsets the "for" attributevoidUnsets the "yfiles.type" attributeGets (as xml) the "attr.name" attributeGets (as xml) the "attr.type" attributeorg.apache.xmlbeans.XmlStringxgetDesc()Gets (as xml) the "desc" elementxgetFor()Gets (as xml) the "for" attributeorg.apache.xmlbeans.XmlNMTOKENxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "yfiles.type" attributevoidxsetAttrName(KeyNameType attrName) Sets (as xml) the "attr.name" attributevoidxsetAttrType(KeyTypeType attrType) Sets (as xml) the "attr.type" attributevoidxsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" elementvoidxsetFor(KeyForType xfor) Sets (as xml) the "for" attributevoidxsetId(org.apache.xmlbeans.XmlNMTOKEN id) Sets (as xml) the "id" attributevoidxsetYfilesType(org.apache.xmlbeans.XmlString yfilesType) Sets (as xml) the "yfiles.type" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getDesc
String getDesc()Gets the "desc" element -
xgetDesc
org.apache.xmlbeans.XmlString xgetDesc()Gets (as xml) the "desc" element -
isSetDesc
boolean isSetDesc()True if has "desc" element -
setDesc
Sets the "desc" element -
xsetDesc
void xsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" element -
unsetDesc
void unsetDesc()Unsets the "desc" element -
getDefault
DefaultType getDefault()Gets the "default" element -
isSetDefault
boolean isSetDefault()True if has "default" element -
setDefault
Sets the "default" element -
addNewDefault
DefaultType addNewDefault()Appends and returns a new empty "default" element -
unsetDefault
void unsetDefault()Unsets the "default" element -
getId
String getId()Gets the "id" attribute -
xgetId
org.apache.xmlbeans.XmlNMTOKEN xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
xsetId
void xsetId(org.apache.xmlbeans.XmlNMTOKEN id) Sets (as xml) the "id" attribute -
getFor
KeyForType.Enum getFor()Gets the "for" attribute -
xgetFor
KeyForType xgetFor()Gets (as xml) the "for" attribute -
isSetFor
boolean isSetFor()True if has "for" attribute -
setFor
Sets the "for" attribute -
xsetFor
Sets (as xml) the "for" attribute -
unsetFor
void unsetFor()Unsets the "for" attribute -
getAttrName
String getAttrName()Gets the "attr.name" attribute -
xgetAttrName
KeyNameType xgetAttrName()Gets (as xml) the "attr.name" attribute -
isSetAttrName
boolean isSetAttrName()True if has "attr.name" attribute -
setAttrName
Sets the "attr.name" attribute -
xsetAttrName
Sets (as xml) the "attr.name" attribute -
unsetAttrName
void unsetAttrName()Unsets the "attr.name" attribute -
getAttrType
KeyTypeType.Enum getAttrType()Gets the "attr.type" attribute -
xgetAttrType
KeyTypeType xgetAttrType()Gets (as xml) the "attr.type" attribute -
isSetAttrType
boolean isSetAttrType()True if has "attr.type" attribute -
setAttrType
Sets the "attr.type" attribute -
xsetAttrType
Sets (as xml) the "attr.type" attribute -
unsetAttrType
void unsetAttrType()Unsets the "attr.type" attribute -
getYfilesType
String getYfilesType()Gets the "yfiles.type" attribute -
xgetYfilesType
org.apache.xmlbeans.XmlString xgetYfilesType()Gets (as xml) the "yfiles.type" attribute -
isSetYfilesType
boolean isSetYfilesType()True if has "yfiles.type" attribute -
setYfilesType
Sets the "yfiles.type" attribute -
xsetYfilesType
void xsetYfilesType(org.apache.xmlbeans.XmlString yfilesType) Sets (as xml) the "yfiles.type" attribute -
unsetYfilesType
void unsetYfilesType()Unsets the "yfiles.type" attribute
-