Uses of Class
org.forester.phylogeny.data.Property.AppliesTo
-
Packages that use Property.AppliesTo Package Description org.forester.phylogeny.data -
-
Uses of Property.AppliesTo in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return Property.AppliesTo Modifier and Type Method Description Property.AppliesTo
Property. getAppliesTo()
static Property.AppliesTo
Property.AppliesTo. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Property.AppliesTo[]
Property.AppliesTo. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forester.phylogeny.data with parameters of type Property.AppliesTo Constructor Description Property(java.lang.String ref, java.lang.String value, java.lang.String unit, java.lang.String datatype, Property.AppliesTo applies_to)
Property(java.lang.String ref, java.lang.String value, java.lang.String unit, java.lang.String datatype, Property.AppliesTo applies_to, java.lang.String id_ref)
-