com.bstek.dorado.idesupport.model
public class Property extends java.lang.Object
Constructor and Description |
---|
Property() |
Property(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addProperties(java.util.Collection<Property> properties) |
void |
addProperty(Property property) |
int |
getClientTypes() |
CompositeType |
getCompositeType() |
java.lang.Object |
getDefaultValue() |
java.lang.String |
getEditor() |
java.lang.String[] |
getEnumValues() |
int |
getHighlight() |
java.lang.String |
getName() |
Property |
getParentProperty() |
java.util.Map<java.lang.String,Property> |
getProperties() |
Property |
getProperty(java.lang.String name) |
Reference |
getReference() |
java.lang.String |
getReserve() |
java.lang.String |
getType() |
java.lang.Object |
getUserData() |
boolean |
isDeprecated() |
boolean |
isFixed() |
boolean |
isVisible() |
void |
setClientTypes(int clientTypes) |
void |
setCompositeType(CompositeType compositeType) |
void |
setDefaultValue(java.lang.Object defaultValue) |
void |
setDeprecated(boolean deprecated) |
void |
setEditor(java.lang.String editor) |
void |
setEnumValues(java.lang.String[] enumValues) |
void |
setFixed(boolean fixed) |
void |
setHighlight(int highlight) |
void |
setName(java.lang.String name) |
void |
setParentProperty(Property parentProperty) |
void |
setReference(Reference reference) |
void |
setReserve(java.lang.String reserve) |
void |
setType(java.lang.String type) |
void |
setUserData(java.lang.Object userData) |
void |
setVisible(boolean visible) |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String[] getEnumValues()
public void setEnumValues(java.lang.String[] enumValues)
public java.lang.String getEditor()
public void setEditor(java.lang.String editor)
public java.lang.Object getDefaultValue()
public void setDefaultValue(java.lang.Object defaultValue)
public int getHighlight()
public void setHighlight(int highlight)
public boolean isFixed()
public void setFixed(boolean fixed)
public Reference getReference()
public void setReference(Reference reference)
public boolean isVisible()
public void setVisible(boolean visible)
public CompositeType getCompositeType()
public void setCompositeType(CompositeType compositeType)
public java.util.Map<java.lang.String,Property> getProperties()
public Property getProperty(java.lang.String name)
public void addProperties(java.util.Collection<Property> properties)
public void addProperty(Property property)
public Property getParentProperty()
public void setParentProperty(Property parentProperty)
public int getClientTypes()
public void setClientTypes(int clientTypes)
public java.lang.String getReserve()
public void setReserve(java.lang.String reserve)
public java.lang.Object getUserData()
public void setUserData(java.lang.Object userData)
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.