Uses of Class
com.iizix.prop.ReferenceString
Packages that use ReferenceString Package Description com.iizigo.prop.editor com.iizix.prop com.iizix.server.prop Uses of ReferenceString in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return ReferenceString Modifier and Type Method Description ReferenceStringReferencePropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.ReferenceStringStylesReferencesPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected ReferenceStringReferencePropEditor. getValue(java.lang.String input)Gets the property value for a user input.protected ReferenceStringStylesReferencesPropEditor. getValue(java.lang.String input)Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type ReferenceString Modifier and Type Method Description java.lang.StringReferencePropEditor. formatValue(ReferenceString value)Formats the value for user input as a String.java.lang.StringStylesReferencesPropEditor. formatValue(ReferenceString value)Formats the value for user input as a String.Uses of ReferenceString in com.iizix.prop
Methods in com.iizix.prop that return ReferenceString Modifier and Type Method Description ReferenceStringAbstractReference. getReferenceString()Gets the reference string.ReferenceStringStylesReferences. getReferenceString()Gets the reference string.Methods in com.iizix.prop with parameters of type ReferenceString Modifier and Type Method Description booleanReferenceString. equalsOnlyReferenceString(ReferenceString rs)Checks if two reference strings are equal (excluding their object).protected java.lang.ObjectAbstractReference. equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)Checks for property value equality.protected java.lang.ObjectStylesReferences. equalValues(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how)Checks for property value equality.protected java.lang.StringAbstractBaseRelativeReference. getLookupPropReference(ReferenceString name)Creates the reference string to look-up from the ReferenceString.protected java.lang.StringAbstractFixedVirtualizedBaseRelativeReference. getLookupPropReference(ReferenceString name)Creates the reference string to look-up from the ReferenceString.protected java.lang.StringAbstractReference. getLookupPropReference(ReferenceString name)Creates the reference string to look-up from the ReferenceString.Uses of ReferenceString in com.iizix.server.prop
Methods in com.iizix.server.prop with parameters of type ReferenceString Modifier and Type Method Description protected java.lang.StringServerConfigEnvReference. getLookupPropReference(ReferenceString name)Creates the reference string to look-up from the ReferenceString.