Uses of Class
com.evolveum.midpoint.schema.processor.SourceType

Packages that use SourceType
com.evolveum.midpoint.schema.processor   
 

Uses of SourceType in com.evolveum.midpoint.schema.processor
 

Methods in com.evolveum.midpoint.schema.processor that return SourceType
 SourceType PropertyValue.getType()
           
static SourceType SourceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SourceType[] SourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type SourceType
 void PropertyValue.setType(SourceType type)
           
 

Constructors in com.evolveum.midpoint.schema.processor with parameters of type SourceType
PropertyValue(T value, SourceType type, ObjectType source)
           
 



Copyright © 2012 evolveum. All Rights Reserved.