|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.Type | |
---|---|
com.gentics.contentnode.rest.model |
Uses of Property.Type in com.gentics.contentnode.rest.model |
---|
Methods in com.gentics.contentnode.rest.model that return Property.Type | |
---|---|
static Property.Type |
Property.Type.get(int typeId)
Get the Type from the typeid |
Property.Type |
Property.getType()
Property Type |
Property.Type |
Part.getType()
Part type |
static Property.Type |
Property.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Property.Type[] |
Property.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.gentics.contentnode.rest.model with parameters of type Property.Type | |
---|---|
void |
Property.setType(Property.Type type)
|
void |
Part.setType(Property.Type type)
Set the type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |