Uses of Class
net.sf.okapi.common.resource.Property.Type
-
Packages that use Property.Type Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter. -
-
Uses of Property.Type in net.sf.okapi.common.resource
Fields in net.sf.okapi.common.resource with type parameters of type Property.Type Modifier and Type Field Description static EnumSet<Property.Type>Property. DISPLAY_ONLYstatic EnumSet<Property.Type>Property. FILTER_AND_DISPLAYMethods in net.sf.okapi.common.resource that return Property.Type Modifier and Type Method Description static Property.TypeProperty.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Property.Type[]Property.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.resource that return types with arguments of type Property.Type Modifier and Type Method Description EnumSet<Property.Type>Property. getTypes()Gets the types of the Property.Method parameters in net.sf.okapi.common.resource with type arguments of type Property.Type Modifier and Type Method Description voidProperty. setTypes(EnumSet<Property.Type> types)Set the types of the Property.Constructor parameters in net.sf.okapi.common.resource with type arguments of type Property.Type Constructor Description Property(String name, String value, boolean isReadOnly, EnumSet<Property.Type> type)Property(String name, String value, EnumSet<Property.Type> type)
-