Uses of Enum Class
org.eclipse.lyo.server.ui.model.PropertyDefintion.RepresentationType
Packages that use PropertyDefintion.RepresentationType
-
Uses of PropertyDefintion.RepresentationType in org.eclipse.lyo.server.ui.model
Methods in org.eclipse.lyo.server.ui.model that return PropertyDefintion.RepresentationTypeModifier and TypeMethodDescriptionPropertyDefintion.getRepresentationType()
(Required)PropertyValue.getRepresentationType()
(Required)Returns the enum constant of this class with the specified name.static PropertyDefintion.RepresentationType[]
PropertyDefintion.RepresentationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lyo.server.ui.model with parameters of type PropertyDefintion.RepresentationTypeModifier and TypeMethodDescriptionvoid
PropertyDefintion.setRepresentationType
(PropertyDefintion.RepresentationType representationType) (Required)void
PropertyValue.setRepresentationType
(PropertyDefintion.RepresentationType representationType) (Required)