public class JetPropertyGroup
extends java.lang.Object
Constructor and Description |
---|
JetPropertyGroup(java.lang.String name)
Constructor.
|
JetPropertyGroup(java.lang.String name,
java.util.Vector properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(JetProperty property)
Adds the specified JetProperty to the end
|
void |
addPropertyAt(JetProperty property,
int index)
Adds the specified JetProperty to the specified index.
|
java.lang.String |
getName()
get the group name
|
java.util.Vector |
getProperties()
get the JetProperty List.
|
void |
removeProperty(JetProperty property)
Removes the specified JetProperty
|
public JetPropertyGroup(java.lang.String name)
name
- : the group namepublic JetPropertyGroup(java.lang.String name, java.util.Vector properties)
name
- : the group nameproeprties
- : a JetProperty List.public void addProperty(JetProperty property)
property
- : the JetProperty to be addedpublic void addPropertyAt(JetProperty property, int index)
property
- : the JetProperty to be addedindex
- : the index.public void removeProperty(JetProperty property)
property
- : the JetProperty to be removedpublic java.util.Vector getProperties()
public java.lang.String getName()