|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.property.Property
public class Property
The Property
class encapsulates a name/value
pair.
Constructor Summary | |
---|---|
Property(java.lang.String key,
java.lang.String value)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
static java.util.Properties |
toProperties(Property[] customProperties)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Property(java.lang.String key, java.lang.String value)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public static java.util.Properties toProperties(Property[] customProperties)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |