|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectFactory
Factory to create profile-related objects.
| Method Summary | |
|---|---|
EnumeratedProfileElement |
createEnumeratedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments,
List values)
Create a profile element with enumerated values. |
Profile |
createProfile(Element node)
Create a profile from a DOM node. |
ProfileAttributes |
createProfileAttributes(Element node)
Create profile attributes from a DOM node. |
RangedProfileElement |
createRangedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments,
String min,
String max)
Create a ranged profile element. |
ResourceAttributes |
createResourceAttributes(Profile profile,
Element node)
Create resource attributes from a DOM node. |
UnspecifiedProfileElement |
createUnspecifiedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments)
Create a profile element with unspecified values. |
| Method Detail |
|---|
RangedProfileElement createRangedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments,
String min,
String max)
profile - a Profile value.name - a String value.id - a String value.desc - a String value.type - a String value.unit - a String value.synonyms - a List value.obligation - a boolean value.maxOccurrence - an int value.comments - a String value.min - a double value.max - a double value.
RangedProfileElement value.
UnspecifiedProfileElement createUnspecifiedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments)
profile - a Profile value.name - a String value.id - a String value.desc - a String value.type - a String value.unit - a String value.synonyms - a List value.obligation - a boolean value.maxOccurrence - an int value.comments - a String value.
UnspecifiedProfileElement value.
EnumeratedProfileElement createEnumeratedProfileElement(Profile profile,
String name,
String id,
String desc,
String type,
String unit,
List synonyms,
boolean obligation,
int maxOccurrence,
String comments,
List values)
profile - a Profile value.name - a String value.id - a String value.desc - a String value.type - a String value.unit - a String value.synonyms - a List value.obligation - a boolean value.maxOccurrence - an int value.comments - a String value.values - a List value.
Enumerated value.Profile createProfile(Element node)
node - an Element value.
Profile value.ProfileAttributes createProfileAttributes(Element node)
node - an Element value.
ProfileAttributes value.
ResourceAttributes createResourceAttributes(Profile profile,
Element node)
profile - Owning profile.node - an Element value.
ResourceAttributes value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||