JavaTM 2 Platform
Standard Ed. 5.0

javax.print.attribute
Ŭ·¡½º URISyntax

java.lang.Object 
  »óÀ§¸¦ È®Àå javax.print.attribute.URISyntax
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable, Cloneable
¾Ë·ÁÁø Á÷°è ¼­ºê Ŭ·¡½º:
Destination, PrinterMoreInfo, PrinterMoreInfoManufacturer, PrinterURI

public abstract class URISyntax
extends Object
implements Serializable, Cloneable

URISyntax Ŭ·¡½º´Â °ªÀÌ URI (Uniform Resource Identifier)ÀÎ ¸ðµç ¼Ó¼ºÀÇ ÀϹÝÀûÀÎ ±¸ÇöÀ» Á¦°øÇÏ´Â Ãß»ó base classÀÔ´Ï´Ù. URI ¼Ó¼ºÀÇ °ªÀº ÀÏ´Ü ±¸ÃàµÈ´Ù°í º¯°æÇÒ ¼ö ¾ø½À´Ï´Ù.

°ü·Ã Ç׸ñ:
Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
protected URISyntax (URI  uri)
          ÁöÁ¤µÈ URI ·Î URI ¼Ó¼ºÀ» ±¸ÃàÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 boolean equals (Object  object)
          ÀÌ URI ¼Ó¼ºÀÌ °´Ã¼¿¡°Ô °Ç³×Áø ¼Ó¼º°ú µ¿ÀÏÇÑÁö ¾î¶²Áö¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 URI getURI ()
          ÀÌ URI ¼Ó¼ºÀÇ URI Ä¡¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 int hashCode ()
          ÀÌ URI ¼Ó¼ºÀÇ Çؽà Äڵ带 ¸®ÅÏÇÕ´Ï´Ù.
 String toString ()
          ÀÌ URI ¼Ó¼ºÀ» ½Äº°ÇÏ´Â String¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

URISyntax

protected URISyntax(URI  uri)
ÁöÁ¤µÈ URI ·Î URI ¼Ó¼ºÀ» ±¸ÃàÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
uri - URI
¿¹¿Ü:
NullPointerException - ¹ÌÈ®ÀÎÀÇ ¿¹¿Ü. uri°¡ nullÀÎ °æ¿ì, Throw µÈ´Ù
¸Þ¼­µåÀÇ »ó¼¼

getURI

public URI  getURI()
ÀÌ URI ¼Ó¼ºÀÇ URI Ä¡¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
URI

hashCode

public int hashCode()
ÀÌ URI ¼Ó¼ºÀÇ Çؽà Äڵ带 ¸®ÅÏÇÕ´Ï´Ù.

¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º Object ³»ÀÇ hashCode
¹Ýȯ°ª:
ÀÌ °´Ã¼ÀÇ Çؽà Äڵ尪
°ü·Ã Ç׸ñ:
Object.equals(java.lang.Object), Hashtable

equals

public boolean equals(Object  object)
ÀÌ URI ¼Ó¼ºÀÌ °´Ã¼¿¡°Ô °Ç³×Áø ¼Ó¼º°ú µ¿ÀÏÇÑÁö ¾î¶²Áö¸¦ ¸®ÅÏÇÕ´Ï´Ù. µ¿µîÇϱ⠶§¹®¿¡´Â ´ÙÀ½ÀÇ Á¶°ÇÀÇ ¸ðµç °ÍÀÌ true°¡ ¾Æ´Ï¸é ¾ÈµË´Ï´Ù.
  1. object°¡ nullÀº ¾Æ´Ï´Ù
  2. object°¡ URISyntax Ŭ·¡½ºÀÇ ÀνºÅϽºÀÌ´Ù
  3. ÀÌ URI ¼Ó¼ºÀÇ ±âº»À¸·Î µÇ´Â URI¿Í object ±âº»À¸·Î µÇ´Â URI°¡ °°´Ù

¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º Object ³»ÀÇ equals
ÆĶó¹ÌÅÍ:
object - ºñ±³ ´ë»óÀÇ °´Ã¼
¹Ýȯ°ª:
object °¡ ÀÌ URI ¼Ó¼º°ú µ¿ÀÏÇÑ °æ¿ì´Â true, ±×·¸Áö ¾ÊÀº °æ¿ì´Â false
°ü·Ã Ç׸ñ:
Object.hashCode(), Hashtable

toString

public String  toString()
ÀÌ URI ¼Ó¼ºÀ» ½Äº°ÇÏ´Â String¸¦ ¸®ÅÏÇÕ´Ï´Ù. String´Â ¼Ó¼ºÀÇ ±âº»À¸·Î µÇ´Â URI ij¸¯ÅÍ ¶óÀΠǥÇöÀÔ´Ï´Ù.

¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º Object ³»ÀÇ toString
¹Ýȯ°ª:
ÀÌ °´Ã¼¸¦ ½Äº°ÇÏ´Â String

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.