Uses of Class
planetj.property.Property

Packages that use Property
planetj.dataengine.action   
planetj.property   
 

Uses of Property in planetj.dataengine.action
 

Methods in planetj.dataengine.action that return Property
 Property ActionDescriptor.createProperty(java.lang.String pName, java.lang.Object pValue)
          Creates a new Property object based on a name and value (the Property is not added to this PropertyGroup).
 

Uses of Property in planetj.property
 

Subclasses of Property in planetj.property
 class UnmodifiableProperty
          A property whose name and value cannot be modified
 

Methods in planetj.property that return Property
 Property PropertyGroup.add(Property pProperty)
          Adds a new Property to this PropertyGroup, replacing any previous Property with the same name
 Property PropertyGroup.addProperty(java.lang.String pName, java.lang.Object pValue)
          Creates a new Property object based on a name and value.
 Property PropertyGroup.addProperty(Property pProperty)
          Adds a new Property to this PropertyGroup, replacing any previous Property with the same name
 Property PropertyGroup.createProperty(java.lang.String pName, java.lang.Object pValue)
          Creates a new Property object based on a name and value (the Property is not added to this PropertyGroup).
 Property PropertyGroup.getProperty(java.lang.String pName)
          Gets the Property with the specified name
 Property PropertyGroup.put(java.lang.String pName, Property p)
          Adds a Property object to this PropertyGroup
 Property PropertyGroup.put(Property p)
          Adds a Property object to this PropertyGroup
 

Methods in planetj.property with parameters of type Property
 Property PropertyGroup.add(Property pProperty)
          Adds a new Property to this PropertyGroup, replacing any previous Property with the same name
 Property PropertyGroup.addProperty(Property pProperty)
          Adds a new Property to this PropertyGroup, replacing any previous Property with the same name
 Property PropertyGroup.put(java.lang.String pName, Property p)
          Adds a Property object to this PropertyGroup
 Property PropertyGroup.put(Property p)
          Adds a Property object to this PropertyGroup