Home
last modified time | relevance | path

Searched refs:getValueType (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeDescriptor.java76 public String getValueType(); in getValueType() method
H A DAttributeVerifier.java343 String type = des.getValueType(); in verifyAttribute()
412 String attTypeName = des.getValueType(); in verifyAttribute()
1576 String attDescType = attDesc.getValueType(); in checkDefaultValues()
1796 String type = attDesc.getValueType(); in parseValueList()
1941 if (attDesc.getValueType().equals(JAVA_BOOLEAN_TYPE)) { in checkAndAddFlag()
H A DAttributeDescriptor.java92 final public String getValueType() { in getValueType() method in AttributeDescriptor