java.lang.Object
com.genologics.ri.configuration.Type
- All Implemented Interfaces:
Batch<FieldLink>
,Linkable<Type>
,Locatable
,Serializable
,Iterable<FieldLink>
The detailed representation of the configuration of a user defined type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()
Get a concrete link object to thisLinkable
thing.getList()
getName()
int
getSize()
getUri()
Get the URI of this object.iterator()
void
setAttachToCategory
(String value) void
setAttachToName
(String value) void
void
Set the URI of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
fieldDefinitions
-
attachToName
-
attachToCategory
-
name
-
uri
-
-
Constructor Details
-
Type
public Type() -
Type
-
Type
-
-
Method Details
-
getFieldDefinitions
-
iterator
-
getList
-
getSize
public int getSize() -
getAttachToName
-
setAttachToName
-
getAttachToCategory
-
setAttachToCategory
-
getName
-
setName
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getLink
Get a concrete link object to thisLinkable
thing.
-