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 thisLinkablething.getList()getName()intgetSize()getUri()Get the URI of this object.voidsetAttachToCategory(String value) voidsetAttachToName(String value) voidvoidSet the URI of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
getList
-
getSize
public int getSize() -
getAttachToName
-
setAttachToName
-
getAttachToCategory
-
setAttachToCategory
-
getName
-
setName
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getLink
Get a concrete link object to thisLinkablething.
-