|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.util.properties.PropertiesDefinitionParser.Property
public class PropertiesDefinitionParser.Property
Class representing a Property
| Constructor Summary | |
|---|---|
PropertiesDefinitionParser.Property()
|
|
| Method Summary | |
|---|---|
PropertiesDefinitionParser.Description |
getClientDescription()
Return special description information when this property is being used in client mode |
PropertiesDefinitionParser.Example |
getClientExample()
Return special example information when this property is being used in client mode |
java.lang.String |
getDefaultValue()
Get the default value for this property |
PropertiesDefinitionParser.Description |
getEmbeddedDescription()
Return special description information when this property is being used in embedded mode |
PropertiesDefinitionParser.Example |
getEmbeddedExample()
Return special example information when this property is being used in embedded mode |
java.util.ArrayList<PropertiesDefinitionParser.Description> |
getGeneralDescription()
Get the general description for this property |
java.util.ArrayList<PropertiesDefinitionParser.Example> |
getGeneralExample()
Return example information for this property |
java.lang.String |
getKey()
Get the key string for this property |
java.lang.String |
getMaxValue()
Return the maximum value constraint on this property |
java.lang.String |
getMinValue()
Return the minimum value constraint on this property |
java.lang.String |
getName()
Get the name of this property |
boolean |
getPassDefault()
Should get method take a default value as a parameter |
boolean |
getQuoteDefault()
Return if quote characters should be placed around the default value string |
PropertiesDefinitionParser.Description |
getServerDescription()
Return special description information when this property is being used in server mode |
PropertiesDefinitionParser.Example |
getServerExample()
Return special example information when this property is being used in server mode |
java.util.ArrayList<PropertiesDefinitionParser.Tag> |
getTags()
Return any special tags for this property like @see |
PropertiesDefinitionParser.PropType |
getType()
Get the property value type |
boolean |
hasDescription()
Determine if this property has a description |
boolean |
hasExample()
Determine if this property has an example |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesDefinitionParser.Property()
| Method Detail |
|---|
public boolean hasDescription()
public boolean hasExample()
public java.lang.String getName()
public java.lang.String getKey()
public PropertiesDefinitionParser.PropType getType()
public java.lang.String getDefaultValue()
public boolean getPassDefault()
public java.util.ArrayList<PropertiesDefinitionParser.Description> getGeneralDescription()
public PropertiesDefinitionParser.Description getClientDescription()
public PropertiesDefinitionParser.Description getServerDescription()
public PropertiesDefinitionParser.Description getEmbeddedDescription()
public java.util.ArrayList<PropertiesDefinitionParser.Example> getGeneralExample()
public PropertiesDefinitionParser.Example getClientExample()
public PropertiesDefinitionParser.Example getServerExample()
public PropertiesDefinitionParser.Example getEmbeddedExample()
public boolean getQuoteDefault()
public java.util.ArrayList<PropertiesDefinitionParser.Tag> getTags()
public java.lang.String getMinValue()
public java.lang.String getMaxValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||