|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.e1.mxdublin.GroupProperties
public class GroupProperties
Group properties are a used to declare global properties to a project and the content is saved with the session.
| Field Summary | |
|---|---|
String |
id
|
| Method Summary | |
|---|---|
static void |
clear()
Will erase all the group-properties that have been declared for this project. |
int |
compareTo(GroupProperties o)
|
static GroupProperties |
factory(String properties)
Returns the instance of a GroupProperties from his id |
String |
get(String key)
Gets property value. |
static Iterator<String> |
groupPropertiesNames()
|
boolean |
hasProperty(String key)
|
Iterator<String> |
keyNames()
Returns the key values of the GroupProperties. |
void |
remove(String key)
Removes the key of the GroupProperties. |
void |
rename(String name)
Rename current GroupProperties. |
void |
set(String key,
String value)
Sets property value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String id
| Method Detail |
|---|
public void set(String key,
String value)
key - the property name to setvalue - the property valuepublic String get(String key)
key - the property name to get
public Iterator<String> keyNames()
public boolean hasProperty(String key)
public void remove(String key)
key - the key to removepublic void rename(String name)
name - new namepublic static GroupProperties factory(String properties)
properties - the id of the GroupProperties
public static Iterator<String> groupPropertiesNames()
public static void clear()
public String toString()
toString in class Objectpublic int compareTo(GroupProperties o)
compareTo in interface Comparable<GroupProperties>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||