Class MetatypePropertyDescriptor
- java.lang.Object
-
- org.apache.felix.webconsole.internal.configuration.MetatypePropertyDescriptor
-
public class MetatypePropertyDescriptor extends Object
TheMetatypePropertyDescriptorextends thePropertyDescriptordescribing a property based on a real Metatype Service Attribute Definition.
-
-
Constructor Summary
Constructors Constructor Description MetatypePropertyDescriptor(org.osgi.service.metatype.AttributeDefinition ad, boolean optional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCardinality()String[]getDefaultValue()StringgetDescription()StringgetID()StringgetName()String[]getOptionLabels()String[]getOptionValues()intgetType()booleanhasMetatype()booleanisOptional()Stringvalidate(String value)
-
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getType
public int getType()
-
getOptionValues
public String[] getOptionValues()
-
getOptionLabels
public String[] getOptionLabels()
-
getDefaultValue
public String[] getDefaultValue()
-
isOptional
public boolean isOptional()
-
hasMetatype
public boolean hasMetatype()
-
getID
public String getID()
-
getCardinality
public int getCardinality()
-
-