Package org.opencms.acacia.client.export
Class CmsTypeWrapper
java.lang.Object
org.opencms.acacia.client.export.CmsTypeWrapper
- All Implemented Interfaces:
org.timepedia.exporter.client.Exportable
Exportable wrapper for entity types.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.CmsTypeWrapper
(org.opencms.acacia.shared.CmsType type) Wrapper constructor. -
Method Summary
Modifier and TypeMethodDescriptionint
getAttributeMaxOccurrence
(String attributeName) Wrapper method.int
getAttributeMinOccurrence
(String attributeName) Wrapper method.String[]
Wrapper method.getAttributeType
(String attributeName) Wrapper method.getAttributeTypeName
(String attributeName) Wrapper method.int
Wrapper method.getId()
Wrapper method.boolean
isChoice()
Wrapper method.boolean
Wrapper method.
-
Constructor Details
-
CmsTypeWrapper
public CmsTypeWrapper()Default constructor.
-
-
Method Details
-
getAttributeMaxOccurrence
Wrapper method.- Parameters:
attributeName
- parameter for the wrapped method- Returns:
- the result of the wrapped method
-
getAttributeMinOccurrence
Wrapper method.- Parameters:
attributeName
- parameter for the wrapped method- Returns:
- the result of the wrapped method
-
getAttributeNames
Wrapper method.- Returns:
- the result of the wrapped method
-
getAttributeType
Wrapper method.- Parameters:
attributeName
- parameter for the wrapped method- Returns:
- the result of the wrapped method
-
getAttributeTypeName
Wrapper method.- Parameters:
attributeName
- parameter for the wrapped method- Returns:
- the result of the wrapped method
-
getChoiceMaxOccurrence
Wrapper method.- Returns:
- the result of the wrapped method
-
getId
Wrapper method.- Returns:
- the result of the wrapped method
-
isChoice
Wrapper method.- Returns:
- the result of the wrapped method
-
isSimpleType
Wrapper method.- Returns:
- the result of the wrapped method
-