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

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

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

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

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

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



Copyright © Sun Microsystems, Inc. All Rights Reserved.