Uses of Class
org.openspml.v2.profiles.dsml.Value

Packages that use Value
org.openspml.v2.profiles.dsml   
 

Uses of Value in org.openspml.v2.profiles.dsml
 

Subclasses of Value in org.openspml.v2.profiles.dsml
 class DSMLValue
           
 

Methods in org.openspml.v2.profiles.dsml that return Value
 Value[] Attr.getValues()
           
 Value Substrings.getInitial()
           
 Value[] Substrings.getAny()
           
 Value Substrings.getFinal()
           
 Value ExtensibleMatch.getValue()
           
 

Methods in org.openspml.v2.profiles.dsml with parameters of type Value
 void Attr.addValue(Value value)
           
 void Attr.addValues(Value[] values)
           
 void Attr.setValues(Value[] values)
           
 void Substrings.setInitial(Value initial)
           
 void Substrings.setAny(Value[] any)
           
 void Substrings.addAny(Value any)
           
 boolean Substrings.removeAny(Value any)
           
 void Substrings.setFinal(Value aFinal)
           
 void ExtensibleMatch.setValue(Value value)
           
 

Constructors in org.openspml.v2.profiles.dsml with parameters of type Value
Attr(java.lang.String name, Value[] values)
           
ApproxMatch(java.lang.String name, Value value)
           
DSMLModification(java.lang.String name, Value[] values, ModificationMode operation)
           
EqualityMatch(java.lang.String name, Value value)
           
Modification(java.lang.String name, Value[] values, ModificationMode operation)
           
DSMLAttr(java.lang.String name, Value[] values)
           
ExtensibleMatch(java.lang.String name, Value value, java.lang.String matchingRule, java.lang.Boolean dnAttributes)
           
ExtensibleMatch(java.lang.String name, Value value)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.