Package com.yworks.xml.graphml
Interface PortLabelModelType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PortLabelModelTypeImpl
public interface PortLabelModelType
extends org.apache.xmlbeans.XmlObject
An XML PortLabelModel.type(@http://www.yworks.com/xml/graphml).
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 TypeMethodDescriptionbooleanGets the "localCandidatesEnabled" attributedoubleGets the "offset" attributebooleanTrue if has "localCandidatesEnabled" attributebooleanTrue if has "offset" attributevoidsetLocalCandidatesEnabled(boolean localCandidatesEnabled) Sets the "localCandidatesEnabled" attributevoidsetOffset(double offset) Sets the "offset" attributevoidUnsets the "localCandidatesEnabled" attributevoidUnsets the "offset" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "localCandidatesEnabled" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "offset" attributevoidxsetLocalCandidatesEnabled(org.apache.xmlbeans.XmlBoolean localCandidatesEnabled) Sets (as xml) the "localCandidatesEnabled" attributevoidxsetOffset(org.apache.xmlbeans.XmlDouble offset) Sets (as xml) the "offset" 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
-
getLocalCandidatesEnabled
boolean getLocalCandidatesEnabled()Gets the "localCandidatesEnabled" attribute -
xgetLocalCandidatesEnabled
org.apache.xmlbeans.XmlBoolean xgetLocalCandidatesEnabled()Gets (as xml) the "localCandidatesEnabled" attribute -
isSetLocalCandidatesEnabled
boolean isSetLocalCandidatesEnabled()True if has "localCandidatesEnabled" attribute -
setLocalCandidatesEnabled
void setLocalCandidatesEnabled(boolean localCandidatesEnabled) Sets the "localCandidatesEnabled" attribute -
xsetLocalCandidatesEnabled
void xsetLocalCandidatesEnabled(org.apache.xmlbeans.XmlBoolean localCandidatesEnabled) Sets (as xml) the "localCandidatesEnabled" attribute -
unsetLocalCandidatesEnabled
void unsetLocalCandidatesEnabled()Unsets the "localCandidatesEnabled" attribute -
getOffset
double getOffset()Gets the "offset" attribute -
xgetOffset
org.apache.xmlbeans.XmlDouble xgetOffset()Gets (as xml) the "offset" attribute -
isSetOffset
boolean isSetOffset()True if has "offset" attribute -
setOffset
void setOffset(double offset) Sets the "offset" attribute -
xsetOffset
void xsetOffset(org.apache.xmlbeans.XmlDouble offset) Sets (as xml) the "offset" attribute -
unsetOffset
void unsetOffset()Unsets the "offset" attribute
-