org.edgescript

Type Type

org.edgescript.0.110
Instance of Type[Type]
Inheriting from Type

Type dataValue
org.uninode.Type.displayPattern{att:org.uninode.Type.name}

Attribute summaryDefined inUninode® IdPropertiesDefault
StringtoString
This is the display string.
Nodeorg.uninode.0.102
Typetype
The type of an object determines the behaviour and attributes of the object.
Nodeorg.uninode.0.101
StringuriNodeorg.uninode.0.103
StringdisplayPattern
The display pattern of a type is used as the default tool to determine the display string of its instances. The pattern is inherited from the first supertype, unless it is overridden. The display pattern is a string of constant strings mixed with dynamic attribute calls. The format of an attribute call is {callName[:parameters]}. The parameters may contain attribute calls.
{protocol} displays the Uninode id of the instance.
{att:attribute} displays the value of the attribute, e.g {att:org.uninode.Attribute.name}.
{attNull:attribute?null display string:not null display string} displays the result of the 'null display string' if the attribute value is null. Otherwise the 'not null display string' is displayed.
{attTrue:attribute?true display string:false display string} displays the result of the 'true display string' if the attribute value is true. If the result is null or false, the 'false display string' is displayed.
{n:pattern} displays a formatted number string. The pattern format is the same as the Java number format, e.g '#0,000.0#'
Typeorg.uninode.0.120inheritValue
Textdoc
This is the documentation of the attribute. HTML tags can be used.
Typeorg.uninode.0.122
BooleandocInstances
True if all instances should be documented using automatic documentation tools.
Typeorg.uninode.0.123N
List[EdgeDefinition]edgeDefinitionsTypeorg.uninode.0.115not null
Stringname
This is the name of the type, without the package prefix.
Typeorg.uninode.0.112not null
essential
Packagepackage
This is the package of the type.
Typeorg.uninode.0.111not null
essential
Reference[org.uninode.Type.references]referencesTypeorg.uninode.0.116not null
List[Type]supertypes
These are the supertypes of this type. Display pattern and Java class mapping is inherited from the first element in the list.
Typeorg.uninode.0.114not null
essential
AttributetreeAttribute
This attribute can be used to automatically build hierarchical tree structures.
Typeorg.uninode.0.121inheritValue

Method summaryDefined inOverridesProperties
BooleanisSubtypeOf(Type type)Type